home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / utils15 / copyall.doc next >
Text File  |  1994-10-05  |  9KB  |  217 lines

  1.  
  2.                           ░▒▓█  CopyALL  █▓▒░
  3.  
  4.                 Please register, see the REGISTER.NOW file.
  5.  
  6. ────────────────────────────────────────────────────────────────────────────────
  7.  
  8. Getting started:
  9.  
  10.  Move or copy (install) the CopyALL.exe file to your hard drive.
  11.  
  12.  For example you can copy CopyALL.exe to C:\DOS (copy a:\copyall.exe c:\dos)
  13.  that way it should be in the PATH of your computer which allows you to
  14.  type and use CopyALL from anywhere on your computer even on other drives.
  15.  
  16.  If you've registered then use my Install program to install to your 
  17.  hard drive. Follow the instructions below...
  18.  Type "A:" or "B:" (press ENTER) then "INSTALL" and pick what you want to
  19.  install, the installation program will then allow you to change the default
  20.  location of where to install.
  21.  
  22. ────────────────────────────────────────────────────────────────────────────────
  23.  
  24. Help Info:
  25.  
  26.              CopyALL  Copyright (C) 1993-1994 by  Deric Benesch
  27.  
  28.  
  29.    CopyALL will copy all files/directories you tell it to. It prompts you when
  30.    a disk runs out of memory and allows you to change it without having to quit.
  31.    You can stop at any time by pressing any key and when prompted press [ESC].
  32.    CopyALL was designed to copy whole directories, in tact, and not for
  33.    copying individual files. It can, however, do that by using the "/F" param.
  34.    You can also use the following parameters in any order.
  35.  
  36.  
  37.  COPYALL  Destination PATH or /C   [/S:Source PATH]   [/F] [/G] [/D] [/R] [/V]
  38.  
  39.    Destination PATH  - You must include this parameter or /C. This is
  40.                        where you want to copy the source files/directories to.
  41.  
  42.    /C         - Tells CopyALL to copy source files to the Current directory.
  43.  
  44.    /S:Source PATH   - This is where the files/directories you wish to copy
  45.                       are located. The default is the current directory.
  46.  
  47.    /F   - CopyALL will prompt you to confirm each File before it is copied.
  48.  
  49.    /G   - CopyALL will prompt you before Going into a directory allowing you
  50.           to skip it if you want.
  51.  
  52.    /D   - CopyALL will make subDirectories in the destination directory/drive
  53.           unless you use this parameter. It will copy all files to
  54.           the destination without creating subdirectories instead.
  55.  
  56.    /R   - CopyALL will Replace existing files unless you use this parameter.
  57.  
  58.    /V   - Turns disk-write Verification on to ensure that new files are
  59.           written correctly (type "VERIFY" to see if it is already on).
  60.  
  61. ────────────────────────────────────────────────────────────────────────────────
  62.  
  63. Examples:
  64.  
  65.    To copy files from a 1.2M 5¼" drive B: to a 1.44M 3½" drive A: type:
  66.  
  67.                        C:\>CopyALL /S B:\    A:\
  68.                        ^^^^        ^^ ^^^    ^^^
  69.                       Don't       |Source|Destination
  70.                       type "C:\>"
  71.                       it's the prompt.
  72.  
  73.    Or type the following (CopyALL what designed to copy FROM the current...
  74.                           drive:\directory that you are in):
  75.    from "C:\>" type:
  76.                       C:\>B:
  77.                       B:\>CopyALL A:\
  78.                       ^^^^        ^^^
  79.                      Again       |Destination
  80.                      Don't type
  81.                      "C:\> or B:\>"
  82.                      they are prompts.
  83.  
  84. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  85.  
  86.    If you want to copy files from "C:\STUFF" and its subdirectories to
  87.    "C:\TEMP" but do not want CopyALL to make the subdirectories in "C:\TEMP"
  88.    then type:
  89.  
  90.                C:\>CopyALL /S STUFF    TEMP     /D
  91.                ^^^^        ^^ ^^^^^    ^^^^     ^^
  92.              Prompt       | Source |Destination|Don't make subDirectories
  93.  
  94.    If "C:\TEMP" does not exist CopyALL will ask you if it should make it.
  95.  
  96. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  97.  
  98. NOTE: CopyALL is NOT CASE SENSITIVE so you can type "/s stuff",
  99.       "/S stuff", "/s STUFF", ect, ect.
  100.  
  101.       It also does not matter how many spaces are between parameters so
  102.       long as there is AT LEAST ONE space.
  103.  
  104. ────────────────────────────────────────────────────────────────────────────────
  105.  
  106. What you get when you register:
  107.  
  108.    When you register you will be able to "gather" files...
  109.  
  110.       CopyALL C:\WAVS   /S D:\*.WAV   /D
  111.                               ^^^^^
  112.                               Registered only.
  113.  
  114.    like *.WAV files from a CD-ROM drive D:\ to C:\WAVS even when the *.WAV
  115.    files are deep within subdirectories on the CD. The "/D" tells CopyALL
  116.    not to make subdirectories in C:\WAVS.
  117.  
  118.  
  119.    You can also rename files "on-the-fly":
  120.  
  121.       CopyALL   /S \BP\*.EXE                  \TEMP\*.WOW
  122.                        ^^^^^                        ^^^^^
  123.                 Copy "*.EXE"s from "\BP"| To "\TEMP" and rename to "*.WOW"s
  124.  
  125. ────────────────────────────────────────────────────────────────────────────────
  126.  
  127. Error code list:
  128.  
  129.             Error Number│Error Message
  130.             ════════════╪═════════════════════════════════
  131.                       1 │Invalid function number
  132.              Normal » 2 │File not found
  133.              Normal » 3 │Path not found
  134.  Increase "FILES="  » 4 │Too many open files
  135.    Read only files  » 5 │File access denied
  136.   Shouldn't happen  » 6 │Invalid file handle
  137.   Shouldn't happen » 12 │Invalid file access code
  138.                      15 │Invalid drive number
  139.             Normal » 16 │Cannot remove current directory
  140.   Shouldn't happen » 17 │Cannot rename across drives
  141.                      18 │No more files
  142.                     100 │Disk read error
  143.                     101 │Disk write error
  144.                     102 │File not assigned
  145.                     103 │File not open
  146.                     104 │File not open for input
  147.                     105 │File not open for output
  148.                     106 │Invalid numeric format
  149.  Change tab on    » 150 │Disk is write-protected
  150.  floppy disk.       151 │Bad drive request struct length
  151.     Floppy drives » 152 │Drive not ready
  152.                     154 │CRC error in data
  153.                     156 │Disk seek error
  154.                     157 │Unknown media type
  155.     Need new disk » 158 │Sector Not Found
  156.                     159 │Printer out of paper
  157.  Printer not      » 160 │Device write fault
  158.  connected.         161 │Device read fault
  159.  Sometimes network» 162 │Hardware failure
  160.  causes this,norm.  200 │Division by zero
  161.                     201 │Range check error
  162.  May happen since » 202 │Stack overflow error
  163.  program            203 │Heap overflow error
  164.  uses recursion     204 │Invalid pointer operation
  165.  but can't be       205 │Floating point overflow
  166.  fixed easily.      206 │Floating point underflow
  167.                     207 │Invalid floating point operation
  168.                     208 │Overlay manager not installed
  169.                     209 │Overlay file read error
  170.                     210 │Object not initialized
  171.                     211 │Call to abstract method
  172.                     212 │Stream registration error
  173.                     213 │Collection index out of range
  174.                     214 │Collection overflow error
  175.                     215 │Arithmetic overflow error
  176.   Won't happen yet» 216 │General Protection fault
  177.  
  178. ────────────────────────────────────────────────────────────────────────────────
  179.  
  180.                      Get Deric's latest releases from:
  181.                      ░▒▓█ Software Creations BBS █▓▒░
  182.  
  183.                 1200/2400 V.42/MNP Lines : (508) 365-2359
  184.             2400-14.4k HST US Robotics Lines : (508) 368-7036
  185.         2400-16.8k V.32/V.42bis US Robotics lines : (508) 368-7139
  186.      14.4-28.8k V.32/V.42bis/V.fc Hayes Optima lines: (508) 365-9352
  187.   14.4-28.8k V.32/V.42bis/V.32terbo/V.fc US Robotics lines: (508) 368-3424
  188.  
  189.                         » "Home of the Authors" «
  190.                * Software Creations Voted #1 BBS for 1993 *
  191.                      "There's no place like home!" 
  192.  
  193.  
  194.       For tech support or suggestions you can leave me a message on
  195.                         Software Creations BBS.
  196.                   At the main board leave a message to
  197.            "DERIC BENESCH" and I will get back to you A.S.A.P.
  198.  
  199. ────────────────────────────────────────────────────────────────────────────────
  200.  
  201. Keep a look out for Deric's Super Dos Shell
  202.  
  203.    It will have all the features of the registered versions of my util
  204.    programs as well as a file (HEX and ASCII) editor and a text editor
  205.    along with print features. Most importantly it will allow you to move
  206.    around your computer and load up programs quickly without using up
  207.    a lot of base memory (only uses 6K).
  208.    It has full mouse support and you can configure everything including
  209.    its colors.
  210.  
  211.  
  212. Other Utils to look for:
  213.  
  214.             MoveALL - Moves whole drives/directories REAL FAST!
  215.            SuperDel - Deletes whole drives/directories REAL FAST!
  216.             Encrypt - Encrypt/Decrypt your favorite files!
  217.